home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Cando v1.6 disk 2.adf / HelpFiles / Variables, Trig  < prev   
Text File  |  1991-11-03  |  3KB  |  198 lines

  1. F- ACos                    |acos|
  2. F- ASin                    |asin|
  3. F- ATan                    |atan|
  4. F- Cos                    |cos|
  5. F- CosH                    |cosh|
  6. F- DegToRad                |degtorad|
  7. F- Exp                    |exp|
  8. F- Log10                |log10|
  9. F- LogE                    |loge|
  10. V- PI                    |pi|
  11. F- RadToDeg                |radtodeg|
  12. C- SetExpression        |setexpression|
  13. F- Sin                    |sin|
  14. F- SinH                    |sinh|
  15. F- Tan                    |tan|
  16. F- TanH                    |tanh|
  17. [E]
  18.  
  19. |acos|
  20. WT {Angle}=ACos({Value})
  21. PL Returns the trigonometric arccosine angle
  22. PL of the {Value}.
  23. PL
  24. PT SEE ALSO: 
  25. BS Cos
  26. PT  and 
  27. BS CosH
  28. PT .
  29. ED
  30.  
  31. |asin|
  32. WT {Angle}=ASin({Value})
  33. PL Returns the trigonometric arcsine angle
  34. PL of the {Value}.
  35. PL
  36. PT SEE ALSO: 
  37. BS Sin
  38. PT  and 
  39. BS SinH
  40. PT .
  41. ED
  42.  
  43. |atan|
  44. WT {Angle}=ATan({Value})
  45. PL Returns the trigonometric arctangent angle
  46. PL of the given {Value}.
  47. PL
  48. PT SEE ALSO: 
  49. BS Tan
  50. PT  and 
  51. BS TanH
  52. PT .
  53. ED
  54.  
  55. |cos|
  56. WT {Value}=Cos({Angle})
  57. PL Returns the trigonometric cosine of the
  58. PL given {Angle}.
  59. PL
  60. PT SEE ALSO: 
  61. BS ACos
  62. PT  and 
  63. BS CosH
  64. PT .
  65. ED
  66.  
  67. |cosh|
  68. WT {Value}=CosH({Value})
  69. PL Returns the hyperbolic cosine of the
  70. PL {Value}.
  71. PL
  72. PT SEE ALSO: 
  73. BS Cos
  74. PT  and 
  75. BS ACos
  76. PT .
  77. ED
  78.  
  79. |degtorad|
  80. WT {RadianAngle}=DegToRad({DegreeAngle})
  81. PL Converts from a {DegreeAngle} into a
  82. PL {RadianAngle}.
  83. PL 
  84. PT SEE ALSO: 
  85. BS RadToDeg
  86. PT  and 
  87. BS SetExpression
  88. PT .
  89. ED
  90.  
  91. |exp|
  92. WT {Value}=Exp({Value})
  93. PL Returns the result of raising e (which is
  94. PL 2.71828) to the power of {Value}.  To
  95. PL obtain the value of E, simply use an One
  96. PL for the {Value}.
  97. ED
  98.  
  99. |log10|
  100. WT {Value}=Log10({Value})
  101. PL Returns the Logarithm in base 10 of the
  102. PL {Value}.
  103. PL
  104. PT SEE ALSO: 
  105. BS LogE
  106. PT .
  107. ED
  108.  
  109. |loge|
  110. WT {Value}=LogE({Value})
  111. PL Returns the natural logarithm (base e) of
  112. PL the {Value}.
  113. PL
  114. PT SEE ALSO: 
  115. BS Log10
  116. PT .
  117. ED
  118.  
  119. |pi|
  120. WT {Value}=PI
  121. PL Contains the value of pi, accurate to 14
  122. PL decimal places.
  123. ED
  124.  
  125. |radtodeg|
  126. WT {DegreeAngle}=RadToDeg({RadianAngle})
  127. PL Converts from a {RadianAngle} into a
  128. PL {DegreeAngle}.
  129. PL 
  130. PT SEE ALSO: 
  131. BS DegToRad
  132. PT  and 
  133. BS SetExpression
  134. PT .
  135. ED
  136.  
  137. |setexpression|
  138. WT SetExpression <flags>
  139. PL Sets the mode of interpreting numbers for
  140. PL trigonometric operations.  CanDo defaults
  141. PL to RADIANS.  See page 6-5 in the supplement
  142. PL manual for a full description of this
  143. PL command.
  144. PT SEE ALSO: 
  145. BS DegToRad
  146. PT  and 
  147. BS RadToDeg
  148. PT .
  149. ED
  150.  
  151. |sin|
  152. WT {Value}=Sin({Angle})
  153. PL Returns the trigonometric sine of the
  154. PL given {Angle}.
  155. PL
  156. PT SEE ALSO: 
  157. BS ASin
  158. PT  and 
  159. BS SinH
  160. PT .
  161. ED
  162.  
  163. |sinh|
  164. WT {Value}=SinH({Value})
  165. PL Returns the hyperbolic sine of the
  166. PL {Value}.
  167. PL
  168. PT SEE ALSO: 
  169. BS Sin
  170. PT  and 
  171. BS ASin
  172. PT .
  173. ED
  174.  
  175. |tan|
  176. WT {Value}=Tan({Angle})
  177. PL Returns the trigonometric tangent of the
  178. PL given {Angle}.
  179. PL
  180. PT SEE ALSO: 
  181. BS ATan
  182. PT  and 
  183. BS TanH
  184. PT .
  185. ED
  186.  
  187. |tanh|
  188. WT {Value}=TanH({Value})
  189. PL Returns the hyperbolic tangent of the
  190. PL {Value}.
  191. PL
  192. PT SEE ALSO: 
  193. BS Tan
  194. PT  and 
  195. BS ATan
  196. PT .
  197. ED
  198.